From: Kim F. Storm Date: Fri, 30 Apr 2004 22:53:40 +0000 (+0000) Subject: (syms_of_buffer) : Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22806 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=33a2d8cd0a1a419f7cc4f1539d95d0b9fbb89911;p=emacs.git (syms_of_buffer) : Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index d28c0af12ae..7560e696685 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5856,11 +5856,13 @@ Values are interpreted as follows: t use the cursor specified for the frame nil don't display a cursor + box display a filled box cursor + hollow display a hollow box cursor bar display a vertical bar cursor with default width (bar . WIDTH) display a vertical bar cursor with width WIDTH hbar display a horisontal bar cursor with default width (hbar . WIDTH) display a horisontal bar cursor with width WIDTH - ANYTHING ELSE display a box cursor. + ANYTHING ELSE display a hollow box cursor. When the buffer is displayed in a nonselected window, this variable has no effect; the cursor appears as a hollow box. */);